home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-16 | 822 b | 29 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: CEPrvGlu.h
- // Release Version: $ ODF 3 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef CEPRVGLU_H
- #define CEPRVGLU_H
-
- //========================================================================================
- // Callback pointer block
- //========================================================================================
-
- FW_EXTERN_C_BEGIN
-
- typedef void (*ColorProcGlue)(Environment* ev, void* refCon, short red, short green, short blue);
-
- struct CE_SColorExtensionProcGlue
- {
- ColorProcGlue _fForeColorProcGlue;
- ColorProcGlue _fBackColorProcGlue;
- };
-
- FW_EXTERN_C_END
-
- #endif